projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f78f1
)
(auto-mode-alist): Open `.asd' files in lisp-mode.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 15:51:01 +0000
(15:51 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 15:51:01 +0000
(15:51 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 90451882945c862444bfcb7d5e0a7e87f0ad83c1..5be738bd452786abbbc1cc233fc522c98851265f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1985,6
+1985,8
@@
since only a single case-insensitive search through the alist is made."
("[:/]_emacs\\'" . emacs-lisp-mode)
("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
("\\.ml\\'" . lisp-mode)
+ ;; Common Lisp ASDF package system.
+ ("\\.asd\\'" . lisp-mode)
("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode)
("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)